home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / pc / sourcepc / csdemocd.dir / 00151.ls < prev    next >
Encoding:
Text File  |  1996-01-06  |  111 b   |  9 lines

  1. on exitFrame
  2.   if the mouseDown then
  3.     go("EbertDown")
  4.   else
  5.     startTimer()
  6.     go("flash2")
  7.   end if
  8. end
  9.